home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / loptrac.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1998-10-14  |  25.0 KB  |  679 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe PostScript(R) Printer Description File
  3. *% For Lexmark Optra C LaserPrinter
  4. *% For use with Windows NT
  5. *% Produced by Lexmark International, Inc.
  6. *%
  7. *% Copyright (c) 1993-1998 Lexmark International Inc.  All Rights Reserved.
  8. *% Permission is granted for redistribution of this file as
  9. *% long as this copyright notice is intact and the content
  10. *% of the file is not altered in any way from its original form.
  11. *%
  12.  
  13. *FormatVersion: "4.2"
  14. *FileVersion: "1.5"
  15. *LanguageVersion: English
  16. *PCFileName: "LOPTRAC.PPD"
  17. *Product: "(Lexmark Optra C LaserPrinter)"
  18. *PSVersion: "(2014)"
  19. *ModelName: "Lexmark Optra C LaserPrinter"
  20. *ShortNickName: "Lexmark Optra C PS"
  21. *NickName: "Lexmark Optra C PS"
  22.  
  23. *% === Options and Constraints ============
  24.  
  25. *OpenGroup: InstallableOptions/Options Installed
  26.  
  27. *OpenUI *Option1/Lower Tray: Boolean
  28. *DefaultOption1: False
  29. *Option1 True/Installed: ""
  30. *Option1 False/Not Installed: ""
  31. *CloseUI: *Option1
  32.  
  33. *OpenUI *Option2/Flash Memory Card: Boolean
  34. *DefaultOption2: False
  35. *Option2 True/Installed: ""
  36. *Option2 False/Not Installed: ""
  37. *CloseUI: *Option2
  38.  
  39. *OpenUI *Option3/Printer Hard Disk: Boolean
  40. *DefaultOption3: False
  41. *Option3 False/Not Installed: ""
  42. *Option3 True/Installed: ""
  43. *CloseUI: *Option3
  44.  
  45. *OpenUI *InstalledMemory/Printer Memory: PickOne
  46. *DefaultInstalledMemory: 8Meg
  47. *InstalledMemory 8Meg/8 MB Printer Memory: ""
  48. *InstalledMemory 2Meg/2 MB Printer Memory: ""
  49. *InstalledMemory 4Meg/4 MB Printer Memory: ""
  50. *InstalledMemory 6Meg/6 MB Printer Memory: ""
  51. *InstalledMemory 10Meg/10 MB Printer Memory: ""
  52. *InstalledMemory 12Meg/12 MB Printer Memory: ""
  53. *InstalledMemory 16Meg/16 MB Printer Memory: ""
  54. *InstalledMemory 18Meg/18 MB Printer Memory: ""
  55. *InstalledMemory 20Meg/20 MB Printer Memory: ""
  56. *InstalledMemory 24Meg/24 MB Printer Memory: ""
  57. *InstalledMemory 32Meg/32 or more MB Printer Memory: ""
  58. *CloseUI: *InstalledMemory
  59.  
  60. *CloseGroup: InstallableOptions
  61.  
  62. *UIConstraints: *Option1 False *InputSlot Lower
  63. *UIConstraints: *Option1 False *TraySwitch True
  64.  
  65. *% === Basic Capabilities ============
  66.  
  67. *LanguageLevel: "2"
  68. *Protocols: PJL TBCP
  69. *TTRasterizer: Type42
  70. *FreeVM:            "1290000"
  71. *VMOption 2Meg:     "376000"
  72. *VMOption 4Meg:     "728000"
  73. *VMOption 6Meg:     "828000"
  74. *VMOption 8Meg:     "1290000"
  75. *VMOption 10Meg:    "1290000"
  76. *VMOption 12Meg:    "1546000"
  77. *VMOption 16Meg:    "2058000"
  78. *VMOption 18Meg:    "2058000"
  79. *VMOption 20Meg:    "2058000"
  80. *VMOption 24Meg:    "2058000"
  81. *VMOption 32Meg:    "2058000"
  82. *ColorDevice: True
  83. *DefaultColorSpace: CMYK
  84. *VariablePaperSize: True
  85. *Throughput: "3"
  86. *Password: "0"
  87. *ExitServer: "
  88.  count 0 eq   % is the password on the stack?
  89.  { true }
  90.  { dup        % potential password
  91.    statusdict /checkpassword get exec not
  92.  } ifelse
  93.  {  %  if no password or not valid
  94.    (WARNING : Cannot perform the exitserver command.) =
  95.    (Password supplied is not valid.) =
  96.    (Please contact the author of this software.) = flush
  97.    quit
  98.  } if
  99.  serverdict /exitserver get exec
  100.  "
  101. *End
  102. *Reset: "
  103.  count 0 eq  % is the password on the stack?
  104.  { true }
  105.  { dup      % potential password
  106.    statusdict /checkpassword get exec not
  107.  } ifelse
  108.  {  %  if no password or not valid
  109.    (WARNING : Cannot reset printer.) =
  110.    (Password supplied is not valid.) =
  111.    (Please contact the author of this software.) = flush
  112.    quit
  113.  } if
  114.  serverdict /exitserver get exec
  115.  systemdict /quit get exec
  116.  (WARNING : Printer Reset Failed.) = flush
  117.  "
  118. *End
  119.  
  120. *% === Job Control Language ==
  121.  
  122. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  123. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = Postscript <0A>"
  124. *JCLEnd: "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"
  125.  
  126. *% === Resolution ============
  127.  
  128. *OpenUI *Resolution/Resolution:  PickOne
  129. *DefaultResolution: 600dpi
  130. *OrderDependency: 10 AnySetup *Resolution
  131. *Resolution 600dpi/600 dpi: ""
  132. *?Resolution: "
  133.  save
  134.  currentpagedevice /HWResolution get 0 get
  135.  (     ) cvs print (dpi) = flush
  136.  restore
  137.  "
  138. *End
  139. *CloseUI: *Resolution
  140.  
  141. *% === Halftone Information ===============
  142.  
  143. *ScreenFreq: "60.0"
  144. *ScreenAngle: "45.0"
  145. *DefaultScreenProc: Dot
  146. *ScreenProc Dot: "
  147.  {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  148.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  149.  "
  150. *End
  151. *ScreenProc Line: "{ pop }"
  152. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  153.  
  154. *DefaultTransfer: Factory
  155. *Transfer Factory: "{ }"
  156. *Transfer Factory.Inverse: "{ 1 exch sub }"
  157.  
  158. *OpenUI *ColorCorrection/Color Correction: PickOne
  159. *OrderDependency: 10 AnySetup *ColorCorrection
  160. *DefaultColorCorrection: PrinterSetting
  161. *ColorCorrection PrinterSetting/Printer Setting: ""
  162. *ColorCorrection Off/Off: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorCorrection null put put setpagedevice"
  163. *ColorCorrection Display/Display: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorCorrection /Display put put setpagedevice"
  164. *ColorCorrection Vivid/Vivid: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorCorrection /Vivid put put setpagedevice"
  165. *ColorCorrection SWOP/SWOP: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorCorrection /SWOP put put setpagedevice"
  166. *?ColorCorrection: "
  167.  save statusdict begin
  168.  [(Off) (Display) (Vivid) (SWOP)]
  169.  colorcorrection 1 sub get = flush
  170.  end
  171.  restore"
  172. *End
  173. *CloseUI: *ColorCorrection
  174.  
  175. *OpenUI *ColorRegistration/Color Registration: PickOne
  176. *OrderDependency: 10 AnySetup *ColorRegistration
  177. *DefaultColorRegistration: PrinterSetting
  178. *ColorRegistration PrinterSetting/Printer Setting: ""
  179. *ColorRegistration 4Cycle/High Speed: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorRegistration 0 put put setpagedevice"
  180. *ColorRegistration 5Cycle/High Quality: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ColorRegistration 1 put put setpagedevice"
  181. *?ColorRegistration: "
  182.  save statusdict begin
  183.  [(4Cycle) (5Cycle)]
  184.  colorregistration 1 sub get = flush
  185.  end
  186.  restore"
  187. *End
  188. *CloseUI: *ColorRegistration
  189.  
  190. *OpenUI *FinishQuality/Finish Quality: PickOne
  191. *OrderDependency: 10 AnySetup *FinishQuality
  192. *DefaultFinishQuality: PrinterSetting
  193. *FinishQuality PrinterSetting/Printer Setting: ""
  194. *FinishQuality Medium/Medium Gloss: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /FinishQuality 0 put put setpagedevice"
  195. *FinishQuality High/High Gloss: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /FinishQuality 1 put put setpagedevice"
  196. *FinishQuality Low/Low Gloss: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /FinishQuality 2 put put setpagedevice"
  197. *?FinishQuality: "
  198.  save statusdict begin
  199.  [(medium) (high) (low)] finishquality get = flush
  200.  end
  201.  restore"
  202. *End
  203. *CloseUI: *FinishQuality
  204.  
  205. *OpenUI *Screening/Screening: PickOne
  206. *OrderDependency: 10 AnySetup *Screening
  207. *DefaultScreening: PrinterSetting
  208. *Screening PrinterSetting/Printer Setting: ""
  209. *Screening ColorGrade/ColorGrade: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /Screening /ColorGrade put put setpagedevice"
  210. *Screening Contone/Contone: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /Screening /Contone put put setpagedevice"
  211. *Screening Stochastic/Stochastic: "1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /Screening /Stochastic put put setpagedevice"
  212. *?Screening: "
  213.  save statusdict begin
  214.  [(ColorGrade) (Contone) (Stochastic)] screening 1 sub get = flush
  215.  end
  216.  restore"
  217. *End
  218. *CloseUI: *Screening
  219.  
  220. *OpenUI *PBrightness/Image Brightness: PickOne
  221. *OrderDependency: 10 AnySetup *PBrightness
  222. *DefaultPBrightness: PrinterSetting
  223. *PBrightness PrinterSetting/Printer Setting: ""
  224. *PBrightness -100: "
  225.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -100 put put setpagedevice"
  226. *End
  227. *PBrightness -90: "
  228.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -90 put put setpagedevice"
  229. *End
  230. *PBrightness -80: "
  231.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -80 put put setpagedevice"
  232. *End
  233. *PBrightness -70: "
  234.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -70 put put setpagedevice"
  235. *End
  236. *PBrightness -60: "
  237.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -60 put put setpagedevice"
  238. *End
  239. *PBrightness -50: "
  240.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -50 put put setpagedevice"
  241. *End
  242. *PBrightness -40: "
  243.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -40 put put setpagedevice"
  244. *End
  245. *PBrightness -30: "
  246.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -30 put put setpagedevice"
  247. *End
  248. *PBrightness -20: "
  249.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -20 put put setpagedevice"
  250. *End
  251. *PBrightness -10: "
  252.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness -10 put put setpagedevice"
  253. *End
  254. *PBrightness 0: "
  255.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 0 put put setpagedevice"
  256. *End
  257. *PBrightness +10: "
  258.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 10 put put setpagedevice"
  259. *End
  260. *PBrightness +20: "
  261.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 20 put put setpagedevice"
  262. *End
  263. *PBrightness +30: "
  264.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 30 put put setpagedevice"
  265. *End
  266. *PBrightness +40: "
  267.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 40 put put setpagedevice"
  268. *End
  269. *PBrightness +50: "
  270.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 50 put put setpagedevice"
  271. *End
  272. *PBrightness +60: "
  273.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 60 put put setpagedevice"
  274. *End
  275. *PBrightness +70: "
  276.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 70 put put setpagedevice"
  277. *End
  278. *PBrightness +80: "
  279.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 80 put put setpagedevice"
  280. *End
  281. *PBrightness +90: "
  282.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 90 put put setpagedevice"
  283. *End
  284. *PBrightness +100: "
  285.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageBrightness 100 put put setpagedevice"
  286. *End
  287. *CloseUI: *PBrightness
  288.  
  289. *OpenUI *PContrast/Image Contrast: PickOne
  290. *OrderDependency: 10 AnySetup *PContrast
  291. *DefaultPContrast: PrinterSetting
  292. *PContrast PrinterSetting/Printer Setting: ""
  293. *PContrast -100: "
  294.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -100 put put setpagedevice"
  295. *End
  296. *PContrast -90: "
  297.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -90 put put setpagedevice"
  298. *End
  299. *PContrast -80: "
  300.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -80 put put setpagedevice"
  301. *End
  302. *PContrast -70: "
  303.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -70 put put setpagedevice"
  304. *End
  305. *PContrast -60: "
  306.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -60 put put setpagedevice"
  307. *End
  308. *PContrast -50: "
  309.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -50 put put setpagedevice"
  310. *End
  311. *PContrast -40: "
  312.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -40 put put setpagedevice"
  313. *End
  314. *PContrast -30: "
  315.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -30 put put setpagedevice"
  316. *End
  317. *PContrast -20: "
  318.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -20 put put setpagedevice"
  319. *End
  320. *PContrast -10: "
  321.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast -10 put put setpagedevice"
  322. *End
  323. *PContrast 0: "
  324.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 0 put put setpagedevice"
  325. *End
  326. *PContrast +10: "
  327.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 10 put put setpagedevice"
  328. *End
  329. *PContrast +20: "
  330.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 20 put put setpagedevice"
  331. *End
  332. *PContrast +30: "
  333.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 30 put put setpagedevice"
  334. *End
  335. *PContrast +40: "
  336.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 40 put put setpagedevice"
  337. *End
  338. *PContrast +50: "
  339.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 50 put put setpagedevice"
  340. *End
  341. *PContrast +60: "
  342.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 60 put put setpagedevice"
  343. *End
  344. *PContrast +70: "
  345.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 70 put put setpagedevice"
  346. *End
  347. *PContrast +80: "
  348.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 80 put put setpagedevice"
  349. *End
  350. *PContrast +90: "
  351.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 90 put put setpagedevice"
  352. *End
  353. *PContrast +100: "
  354.  1 dict dup /DeviceRenderingInfo 2 dict dup /Type 95 put dup /ImageContrast 100 put put setpagedevice"
  355. *End
  356. *CloseUI: *PContrast
  357.  
  358. *% === Paper Handling ===================
  359.  
  360. *LandscapeOrientation: Plus90
  361.  
  362. *% These entries will set up the frame buffer.
  363. *% Usually used with AutoSelect input slot.
  364. *OpenUI *PageSize:  PickOne
  365. *OrderDependency: 30 AnySetup *PageSize
  366. *DefaultPageSize: Letter
  367. *PageSize Letter/Letter: "
  368.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  369.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  370. *End
  371. *PageSize Legal/Legal: "
  372.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  373.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  374. *End
  375. *PageSize A4/A4: "
  376.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  377.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  378. *End
  379. *PageSize B5/B5: "
  380.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  381.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  382. *End
  383. *?PageSize: "
  384.  save
  385.  4 dict
  386.    dup /letter (Letter) put
  387.    dup /legal (Legal) put
  388.    dup /a4 (A4) put
  389.    dup /b5 (B5) put
  390.  statusdict /papersize get exec
  391.  3 1 roll  {get} stopped {(Unknown)}if
  392.  exch  not { print (.Transverse) }if
  393.  = flush
  394.  restore
  395.  "
  396. *End
  397. *CloseUI: *PageSize
  398.  
  399. *% These entries will set up the frame buffer.
  400. *% Usually used with input slots other than AutoSelect.
  401. *OpenUI *PageRegion:  PickOne
  402. *OrderDependency: 40 AnySetup *PageRegion
  403. *DefaultPageRegion: Letter
  404. *PageRegion Letter/Letter: "
  405.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  406. *End
  407. *PageRegion Legal/Legal: "
  408.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  409. *End
  410. *PageRegion A4/A4: "
  411.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  412. *End
  413. *PageRegion B5/B5: "
  414.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  415. *End
  416. *CloseUI: *PageRegion
  417.  
  418. *DefaultImageableArea: Letter
  419. *ImageableArea Letter:    "8 14 602 763"
  420. *ImageableArea Legal:     "8 14 602 979"
  421. *ImageableArea A4:        "8 14 586 813"
  422. *ImageableArea B5:        "8 14 506 699"
  423. *?ImageableArea: "
  424.  save
  425.  /cvp { cvi (            ) cvs print ( ) print } bind def
  426.  newpath clippath pathbbox
  427.  4 -2 roll exch 2 {ceiling cvp} repeat
  428.  exch 2 {floor cvp} repeat flush
  429.  restore
  430.  "
  431. *End
  432.  
  433. *% These provide the physical dimensions of the paper (by keyword)
  434. *DefaultPaperDimension: Letter
  435. *PaperDimension Letter:    "612 792"
  436. *PaperDimension Legal:     "612 1008"
  437. *PaperDimension A4:        "595 842"
  438. *PaperDimension B5:        "516 729"
  439.  
  440. *RequiresPageRegion All: True
  441. *OpenUI *InputSlot:  PickOne
  442. *OrderDependency: 20 AnySetup *InputSlot
  443. *DefaultInputSlot: Unknown
  444. *InputSlot Upper/Upper Tray: "
  445.  1 dict dup /MediaPosition null put setpagedevice
  446.  1 dict dup /ManualFeed false put setpagedevice
  447.  currentpagedevice /InputAttributes get 0 get setpagedevice
  448.  1 dict dup /InputAttributes 1 dict dup /Priority [0] put put setpagedevice
  449.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
  450. *End
  451. *InputSlot Lower/Lower Tray: "
  452.  1 dict dup /MediaPosition null put setpagedevice
  453.  1 dict dup /ManualFeed false put setpagedevice
  454.  userdict /lms
  455.  currentpagedevice /InputAttributes get 1 known { 1 }{ 0 }ifelse put
  456.  currentpagedevice /InputAttributes get lms get setpagedevice
  457.  1 dict dup /InputAttributes 1 dict dup /Priority [lms] put put setpagedevice
  458.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
  459. *End
  460. *InputSlot Feeder/Multipurpose Feeder: "
  461.  1 dict dup /MediaPosition null put setpagedevice
  462.  1 dict dup /ManualFeed false put setpagedevice
  463.  currentpagedevice /InputAttributes get 2 get setpagedevice
  464.  1 dict dup /InputAttributes 1 dict dup /Priority [2] put put setpagedevice
  465.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
  466. *End
  467. *CloseUI: *InputSlot
  468.  
  469. *OpenUI *TraySwitch/Tray Linking: PickOne
  470. *OrderDependency: 50 AnySetup *TraySwitch
  471. *DefaultTraySwitch: PrtSet
  472. *TraySwitch PrtSet/Printer Setting: ""
  473. *TraySwitch True/On:  "1 dict dup /TraySwitch true  put setpagedevice"
  474. *TraySwitch False/Off: "1 dict dup /TraySwitch false put setpagedevice"
  475. *?TraySwitch: "
  476.  save
  477.  currentpagedevice /TraySwitch get {(True)}{(False)}ifelse = flush
  478.  restore
  479.  "
  480. *End
  481. *CloseUI: *TraySwitch
  482.  
  483. *OpenUI *Collate/Collate Copies: Boolean
  484. *DefaultCollate: False
  485. *OrderDependency: 44 AnySetup *Collate
  486. *Collate True/On: "1 dict dup /Collate true put setpagedevice"
  487. *Collate False/Off: "1 dict dup /Collate false put setpagedevice"
  488. *CloseUI: *Collate
  489.  
  490. *JCLOpenUI *JCLPortRotation/Port Rotation: PickOne
  491. *DefaultJCLPortRotation: None
  492. *OrderDependency: 10 JCLSetup  *JCLPortRotation
  493. *JCLPortRotation None/Printer Setting: ""
  494. *JCLPortRotation True/On: "@PJL LPORTROTATE<0A>"
  495. *JCLCloseUI: *JCLPortRotation
  496.  
  497. *DefaultOutputOrder: Normal
  498. *OutputOrder Normal: ""
  499. *OutputOrder Reverse: ""
  500.  
  501. *% === Font Information ==========================================
  502.  
  503. *DefaultFont: Courier
  504. *Font Courier: Standard "(001.000)" Standard ROM
  505. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  506. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  507. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  508. *Font Times-Roman: Standard "(001.000)" Standard ROM
  509. *Font Times-Bold: Standard "(001.000)" Standard ROM
  510. *Font Times-Italic: Standard "(001.000)" Standard ROM
  511. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  512. *Font Helvetica: Standard "(001.000)" Standard ROM
  513. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  514. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  515. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  516. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  517. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  518. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  519. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  520. *Font Symbol: Special "(001.000)" Standard ROM
  521. *Font AvantGarde-Book: Standard "(001.000)" Standard ROM
  522. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  523. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  524. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  525. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  526. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  527. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  528. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  529. *Font Helvetica-Light: Standard "(001.000)" Standard ROM
  530. *Font Helvetica-LightOblique: Standard "(001.000)" Standard ROM
  531. *Font Helvetica-Black: Standard "(001.000)" Standard ROM
  532. *Font Helvetica-BlackOblique: Standard "(001.000)" Standard ROM
  533. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  534. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  535. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  536. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  537. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  538. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  539. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  540. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  541. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  542. *Font ZapfDingbats: Special "(001.000)" Special ROM
  543. *?FontQuery: "
  544.  save
  545.  4 dict begin
  546.   /sv exch def
  547.   /str (fonts/                              ) def
  548.   /st2 128 string def
  549.   { count 0 gt
  550.    { dup st2 cvs (/) print print (:) print dup FontDirectory exch known
  551.     {pop (Yes)}
  552.     { str exch st2 cvs dup length /len exch def
  553.      6 exch putinterval str 0 len 6 add getinterval mark exch
  554.      { } st2 filenameforall counttomark 0 gt
  555.      { cleartomark (Yes)}{cleartomark (No)}ifelse
  556.     }ifelse = flush
  557.    }{ exit } ifelse
  558.   } bind loop
  559.   (*) = flush
  560.   sv
  561.  end
  562.  restore
  563.  "
  564. *End
  565.  
  566. *?FontList: "
  567.  save
  568.  2 dict begin
  569.   /sv exch def
  570.   /str 128 string def
  571.   FontDirectory { pop == } bind forall flush
  572.   /filenameforall where
  573.   { pop save (fonts/*)
  574.    { dup length 6 sub 6 exch getinterval cvn == } bind
  575.    str filenameforall flush restore
  576.   } if
  577.   (*) = flush
  578.   sv
  579.  end
  580.  restore
  581.  "
  582. *End
  583.  
  584. *% Printer Messages (verbatim from printer):
  585. *Message: "%%  exitserver: permanent state may be changed  %%"
  586. *Message: "%%  Flushing: rest of job (to end-of-file) will be ignored  %%"
  587. *Message: "\FontName\ not found, using Courier"
  588.  
  589. *% Status (format: %%  status: <one of these> %% )
  590. *Status: "Printer Busy"
  591. *Status: "Warming Up"
  592. *Status: "idle"
  593. *Status: "busy"
  594. *Status: "waiting"
  595. *Status: "initializing"
  596. *Status: "not ready"
  597.  
  598. *% Input Sources (format: %%  status: <stat>; source: <one of these>  %% )
  599. *Source: "Serial"
  600. *Source: "Parallel"
  601. *Source: "Network"
  602.  
  603. *% Printer Error (format: %%  PrinterError: <one of these>  %%)
  604. *PrinterError: "Paper Jam"
  605. *PrinterError: "Wrong Paper Length"
  606. *PrinterError: "Invalid Manual Insertion"
  607. *PrinterError: "Change Size in Feeder"
  608. *PrinterError: "Change Size in Tray 1"
  609. *PrinterError: "Change Size in Tray 2"
  610. *PrinterError: "Paper Out or Feed Failure - Feed"
  611. *PrinterError: "Load Manual Envelope"
  612. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  613. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  614. *PrinterError: "Load Manual Paper"
  615. *PrinterError: "Output Bin Full"
  616. *PrinterError: "Cover Open/Cartridge Not Installed"
  617. *PrinterError: "Insufficient Memory"
  618. *PrinterError: "Complex Page"
  619. *PrinterError: "Default Storage Error"
  620. *PrinterError: "Defective Font Card Installed"
  621. *PrinterError: "Flash Full"
  622. *PrinterError: "ioerror"
  623. *PrinterError: "Flash Error"
  624. *PrinterError: "Duplex Not Attached"
  625. *PrinterError: "Duplex Cover Open"
  626. *PrinterError: "Scheduled Maintenance"
  627. *PrinterError: "Toner Low"
  628. *PrinterError: "Service Error"
  629.  
  630. *%DeviceAdjustMatrix: " 1 0 0 1 0 0 "
  631.  
  632. *% === Color Separation Information =====================
  633.  
  634. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  635.  
  636. *InkName: ProcessBlack/Process Black
  637. *InkName: CustomColor/Custom Color
  638. *InkName: ProcessCyan/Process Cyan
  639. *InkName: ProcessMagenta/Process Magenta
  640. *InkName: ProcessYellow/Process Yellow
  641.  
  642. *%  For 85 lpi / 600 dpi  5,5,2,6,6,2,20/3,0) =====================
  643.  
  644. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  645. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  646. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  647. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  648. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  649.  
  650. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  651. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  652. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  653. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  654. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  655.  
  656. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  657.  {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  658.  1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  659.  abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  660.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  661.  "
  662. *End
  663.  
  664. *%  For 71 lpi / 600 dpi  ===============================
  665.  
  666. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  667. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  668. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  669. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  670. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  671.  
  672. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  673. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  674. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  675. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  676. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  677.  
  678. *% End of PPD file for Lexmark Optra C LaserPrinter
  679.